Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(client): Allow Config-based Client Creation #97

Merged
merged 4 commits into from
Nov 29, 2024

Conversation

0xIchigo
Copy link
Collaborator

This PR aims to allow users to create Helius clients directly from Config instances, providing an alternative way for client initialization. Users can now create clients either through the traditional approach or through the following config-based methods added:

  • create_client(): Creates a basic Helius client
  • create_client_with_async(): Creates a client with async Solana support
  • create_client_with_ws(): Creates a client with WebSocket support and configurable timeouts
  • create_full_client(): Creates a fully-featured client

@0xIchigo 0xIchigo merged commit 6cfdc02 into dev Nov 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant